projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0f7eb3
)
Continue previous change, add mipsel-*-openbsd*.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 7 Sep 1997 05:27:45 +0000
(
05:27
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 7 Sep 1997 05:27:45 +0000
(
05:27
+0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index b9742b652436acb502c7c2fb4dbe81d8219d7195..be1035197872a8f6ad59f71d716b74dda09228ab 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-181,7
+181,8
@@
case "${canonical}" in
case "${canonical}" in
alpha-*-openbsd*) machine=alpha ;;
i386-*-openbsd*) machine=intel386 ;;
- m68k-*-openbsd*) machine=hp9000s300 ;; # This is somewhat bogus.
+ m68k-*-openbsd*) machine=hp9000s300 ;;
+ mipsel-*-openbsd*) machine=pmax ;;
ns32k-*-openbsd*) machine=ns32000 ;;
sparc-*-openbsd*) machine=sparc ;;
vax-*-netbsd*) machine=vax ;;